home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / Dynamo 4.2 for GSBug 1.5b10 / dynamo.sample / makefile < prev    next >
Encoding:
Makefile  |  1990-09-21  |  862 b   |  29 lines  |  [TEXT/MPS ]

  1. ObjDir  = :o:
  2. App        = sample
  3. Objects = "{ObjDir}"sample.obj
  4. Server  = mars:people:eric.soldan:
  5.  
  6. {App} ƒ "{ObjDir}"sample.lnk
  7.     duplicate -y -d "{ObjDir}"sample.bin≈ "{Server}"
  8.     echo "launch" > "{Server}"launch.trigger
  9. #    DuplicateIIGS -y -mac "{ObjDir}"sample.bin≈ :
  10.  
  11. "{ObjDir}"sample.lnk ƒ "{Objects}" makefile
  12.     LinkIIGS -x ∂
  13.         -lib "{dynamo}"libs:rt.lib "{Objects}" ∂
  14.         -lseg sample1  -org $0800 ∂
  15.             "{ObjDir}"sample.obj(part1) ∂
  16.             "{ObjDir}"sample.obj(strspace) ∂
  17.         -lseg sample2  -org $8000 ∂
  18.             "{ObjDir}"sample.obj(part2) ∂
  19.         -lseg libstuff -org $A000 ∂
  20.             "{dynamo}"libs:rt.lib ∂
  21.         -lseg trash    -org $1F00 ∂
  22.             "{ObjDir}"sample.obj(intspace) ∂
  23.         -o "{ObjDir}"sample.lnk
  24.     makebiniigs "{ObjDir}"sample.lnk -o "{ObjDir}"sample.bin
  25.     Delete "{ObjDir}"sample.bin.4
  26.  
  27. "{ObjDir}"sample.obj    ƒ app.config makefile sample.a
  28.     asmiigs sample.a -o "{ObjDir}"sample.obj
  29.